home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Diversos / Coeli Stella 2000 / _SETUP.1 / Stella.exe / 0 / RCDATA / TSEARCHDESIGFORM / TSEARCHDESIGFORM.txt < prev   
Text File  |  1999-03-13  |  3KB  |  149 lines

  1. object SearchDesigForm: TSearchDesigForm
  2.   Left = 362
  3.   Top = 245
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Search by designation'
  6.   ClientHeight = 154
  7.   ClientWidth = 430
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnHide = FormHide
  16.   OnShow = FormShow
  17.   PixelsPerInch = 125
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 430
  23.     Height = 154
  24.     Align = alClient
  25.     BevelOuter = bvLowered
  26.     BevelWidth = 2
  27.     TabOrder = 0
  28.     object SearchPanel: TPanel
  29.       Left = 16
  30.       Top = 16
  31.       Width = 400
  32.       Height = 44
  33.       TabOrder = 0
  34.       object DesigBox: TComboBox
  35.         Left = 112
  36.         Top = 8
  37.         Width = 111
  38.         Height = 24
  39.         ItemHeight = 16
  40.         TabOrder = 0
  41.       end
  42.       object FindButton: TButton
  43.         Left = 16
  44.         Top = 8
  45.         Width = 75
  46.         Height = 25
  47.         Caption = 'Find +'
  48.         TabOrder = 1
  49.         OnClick = FindButtonClick
  50.       end
  51.       object ConstelBox: TComboBox
  52.         Left = 240
  53.         Top = 8
  54.         Width = 145
  55.         Height = 24
  56.         ItemHeight = 16
  57.         TabOrder = 2
  58.       end
  59.     end
  60.     object IconPanel: TPanel
  61.       Left = 16
  62.       Top = 72
  63.       Width = 70
  64.       Height = 70
  65.       Caption = 'IconPanel'
  66.       TabOrder = 1
  67.       object Image1: TImage
  68.         Left = 3
  69.         Top = 2
  70.         Width = 64
  71.         Height = 64
  72.         AutoSize = True
  73.         Picture.Data = {<image000.bmp>}
  74.         Stretch = True
  75.       end
  76.     end
  77.     object RadioGroup1: TRadioGroup
  78.       Left = 97
  79.       Top = 70
  80.       Width = 319
  81.       Height = 67
  82.       Columns = 2
  83.       TabOrder = 2
  84.     end
  85.     object BayerButton: TRadioButton
  86.       Left = 112
  87.       Top = 89
  88.       Width = 113
  89.       Height = 17
  90.       Caption = 'Bayer'
  91.       Checked = True
  92.       TabOrder = 3
  93.       TabStop = True
  94.       OnMouseUp = BayerButtonMouseUp
  95.     end
  96.     object FlamsteedButton: TRadioButton
  97.       Left = 200
  98.       Top = 88
  99.       Width = 113
  100.       Height = 17
  101.       Caption = 'Flamsteed'
  102.       TabOrder = 4
  103.       OnMouseUp = FlamsteedButtonMouseUp
  104.     end
  105.     object VariableButton: TRadioButton
  106.       Left = 112
  107.       Top = 112
  108.       Width = 113
  109.       Height = 17
  110.       Caption = 'Variable'
  111.       TabOrder = 5
  112.       OnMouseUp = VariableButtonMouseUp
  113.     end
  114.     object HenryDraperButton: TRadioButton
  115.       Left = 200
  116.       Top = 112
  117.       Width = 113
  118.       Height = 17
  119.       Caption = 'Henry Draper'
  120.       TabOrder = 6
  121.       OnMouseUp = HenryDraperButtonMouseUp
  122.     end
  123.     object YaleButton: TRadioButton
  124.       Left = 320
  125.       Top = 88
  126.       Width = 83
  127.       Height = 17
  128.       Caption = 'Yale (HR)'
  129.       TabOrder = 7
  130.       OnMouseUp = YaleButtonMouseUp
  131.     end
  132.     object SAOButton: TRadioButton
  133.       Left = 320
  134.       Top = 112
  135.       Width = 67
  136.       Height = 17
  137.       Caption = 'SAO'
  138.       TabOrder = 8
  139.       OnMouseUp = SAOButtonMouseUp
  140.     end
  141.   end
  142.   object IniOut1: TIniOut
  143.     FileName = 'STELLA.INI'
  144.     RegistryRoot = CURRENT_USER
  145.     Left = 398
  146.     Top = 123
  147.   end
  148. end
  149.